<body>
  <div style="margin-bottom:10px;">
    <table>
      <tr><td>Szeroko:</td><td><input type="text" id="tfW" size="20" /></td></tr>
      <tr><td>Wysoko:</td><td><input type="text" id="tfH" size="20" /></td></tr>
      <tr><td>Kolor ta:</td><td><input type="text" id="tfBC" size="20" /></td></tr>
    </table>
  </div>
  <div style="margin-bottom:10px;">
    <input type="button" value="Odczytaj" 
           onclick="odczytajStyl();" />
    <input type="button" value="Przypisz" 
           onclick="przypiszStyl();" />
    <input type="button" value="Usu" 
           onclick="usuStyl();" />
  </div>
  <div id="div3"
       style="background-color:#ffff00;width:210px;height:50px;">
  </div>
</body>
